home *** CD-ROM | disk | FTP | other *** search
/ Private Obsession 3: Sophia / Private Obsession 3: Sophia.iso / files / sshots.dxr / 00153.ls < prev    next >
Encoding:
Text File  |  1995-04-08  |  121 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     unLoadCast("intro3")
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.